Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Extra/rest] Merge from master (bump to cosmos 0.47) #321

Merged
merged 332 commits into from
May 7, 2024

Conversation

RogerKSI
Copy link
Contributor

@RogerKSI RogerKSI commented Aug 17, 2023

Implementation details

  • sync branch from master and fixed conflict
  • update the code of the emitter/faucet to use cosmos 0.47.

Please ensure the following requirements are met before submitting a pull request:

  • The pull request is targeted against the correct target branch
  • The pull request is linked to an issue with appropriate discussion and an accepted design OR is linked to a spec that describes the work.
  • The pull request includes a description of the implementation/work done in detail.
  • The pull request includes any and all appropriate unit/integration tests
  • You have added a relevant changelog entry to CHANGELOG_UNRELEASED.md
  • You have re-reviewed the files affected by the pull request (e.g. using the Files changed tab in the Github PR explorer)

RogerKSI and others added 30 commits March 13, 2023 22:06
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/hashicorp/go-getter-1.7.0

Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0
dependabot bot and others added 17 commits April 9, 2024 08:45
Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v7.4.0/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v7.3.2...v7.4.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/cosmos/ibc-go/v7-7.4.0

Bump github.com/cosmos/ibc-go/v7 from 7.3.2 to 7.4.0
…b.com/spf13/cast-1.6.0

Bump github.com/spf13/cast from 1.5.1 to 1.6.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/spf13/cobra-1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](golang/net@v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v5)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…b.com/hashicorp/go-getter-1.7.4

Bump github.com/hashicorp/go-getter from 1.7.1 to 1.7.4
…g.org/x/net-0.23.0

Bump golang.org/x/net from 0.21.0 to 0.23.0
…olangci/golangci-lint-action-5

Bump golangci/golangci-lint-action from 4 to 5
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* bump go-owasm to v0.3.1

* update changelog

---------

Co-authored-by: Kitipong Sirirueangsakul <kitipong.sirir@gmail.com>
@RogerKSI RogerKSI requested a review from nkitlabs May 2, 2024 09:01
satawatnack and others added 10 commits May 2, 2024 17:58
* init refactor testdata

* move back

* move package

* remove print

* add comment

* fix test

* fix test

* fix test

* fix

---------

Co-authored-by: satawatnack <satawat@bandprotocol.com>
Co-authored-by: Kitipong Sirirueangsakul <kitipong.sirir@gmail.com>
@RogerKSI RogerKSI merged commit b6cff03 into extra/rest May 7, 2024
2 checks passed
@RogerKSI RogerKSI deleted the extra-rest-47 branch May 7, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants